File: n_cst_tmgsingle.sru
Size: 384
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension timing single object service
forward
global type n_cst_tmgsingle from pfc_n_cst_tmgsingle
end type
end forward

global type n_cst_tmgsingle from pfc_n_cst_tmgsingle
end type
global n_cst_tmgsingle n_cst_tmgsingle

on n_cst_tmgsingle.create
TriggerEvent( this, "constructor" )
end on

on n_cst_tmgsingle.destroy
TriggerEvent( this, "destructor" )
end on